home *** CD-ROM | disk | FTP | other *** search
/ Sony Ericsson PC Suite K510 / PC Suite.iso / Drivers / USB Cable / z800mdmw.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2005-07-07  |  4.9 KB  |  156 lines

  1. ;*****************************************************************************
  2. ;
  3. ; Name:  z800mdmw.inf
  4. ;
  5. ; Function:
  6. ;    Install the Sony Ericsson Z800 USB WMC Modem Port Drivers on Win9x/Me
  7. ;
  8. ; Copyright (c) 1997-2005 MCCI
  9. ;
  10. ; MCCI is a registered trademark of Moore Computer Consultants, Inc
  11. ;
  12. ; NOTICE: This software is licensed, not sold.  Any modification of this
  13. ; inf file to change the reference to an operating system or to change the
  14. ; reference to a device is not permitted unless authorized in writing by
  15. ; Moore Computer Consultants, Inc..
  16. ;
  17. ;*****************************************************************************
  18.  
  19. [Version]
  20. signature="$CHICAGO$"
  21. Class=USB
  22. ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
  23. Provider=%Provider%
  24. DriverVer=02/09/2005, 4.28.0.2703
  25. CatalogFile=z800mdm.cat
  26.  
  27.  
  28. [ControlFlags]
  29. ExcludeFromSelect = *
  30.  
  31. ;-----------------------------------------------------------------------------
  32. ;   Change A:\ to source drive (or omit to always (?) be prompted)
  33. ;-----------------------------------------------------------------------------
  34. [SourceDisksNames]
  35. ; diskid = description[, [tagfile] [, <unused>, subdir]]
  36. ;    having the tagfile non-null seems to help...
  37. 1=%DiskString%,"z800mdm.sys",,
  38.  
  39. [SourceDisksFiles]
  40. ; filename = diskid[,[ subdir][, size]]
  41. z800mdm.sys = 1
  42. z800cr.sys = 1
  43. z800vcr.vxd = 1
  44. z800cm95.sys = 1
  45. z800cmnt.sys = 1
  46. z800comm.vxd = 1
  47. z800vcd.vxd = 1
  48.  
  49. ;-----------------------------------------------------------------------------
  50. ; Specify target paths...
  51. ;-----------------------------------------------------------------------------
  52. [DestinationDirs]
  53. DefaultDestDir          = 11                    ; LDID_SYS
  54.  
  55. ;-----------------------------------------------------------------------------
  56. ; Table of Contents
  57. ;-----------------------------------------------------------------------------
  58. [Manufacturer]
  59. %Sony Ericsson%=SEMC
  60.  
  61. ;-----------------------------------------------------------------------------
  62. ; Device-by-device entries
  63. ;-----------------------------------------------------------------------------
  64. [SEMC]
  65. %SEMC.Modem.Desc% = SEMC.Install, USB\VID_0FCE&PID_D018&MI_01&OS_9X
  66. %SEMC.Modem.Desc2% = SEMC.Install2, USB\VID_0FCE&PID_D018&MI_03&OS_9X
  67.  
  68. ;-----------------------------------------------------------------------------
  69. ; Installation instructions
  70. ;-----------------------------------------------------------------------------
  71.  
  72. [SEMC.Install]
  73. AddReg        = SEMC.AddReg,SEMC.W95.AddReg,SEMC.W95.AddReg.CRGuid
  74. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  75. DriverVer=02/09/2005, 4.28.0.2703
  76.  
  77.  
  78. ;-----------------------------------------------------------------------------
  79. ;  Registry
  80. ;-----------------------------------------------------------------------------
  81.  
  82. ; common registry entries 
  83. [SEMC.AddReg]
  84. HKR,,NTMPDriver,,z800mdm.sys
  85. HKR,,CRUpperDescription,,%UpperDescription%
  86. HKR,,OverrideDefaultPortSettings, 0x10001, 01,00,00,00
  87. HKR,,InitialBaudRate, 0x10001, 00,C2,01,00            ;115200 initial baud rate
  88. HKR,,InitialLineControl,, "8N1"                    ;8-bits, No parity, 1 stop bit
  89. HKR,,EnableSetClearFeatureIdle, 0x10001, 01,00,00,00
  90.  
  91. ; only for Win95....
  92. [SEMC.W95.AddReg]
  93. HKR,,DevLoader,,*ntkern
  94.  
  95. [SEMC.W95.Addreg.CRGuid]
  96. HKR,,CRGuid,,{E66DED20-9D12-4ae8-A166-07B7A7AAF516}
  97.  
  98. ;-----------------------------------------------------------------------------
  99. ;  Copy lists
  100. ;-----------------------------------------------------------------------------
  101. [CopyFiles]
  102.  
  103. [CopyFiles.W95]
  104. z800vcr.vxd
  105. z800comm.vxd
  106. z800vcd.vxd
  107.  
  108. [CopyFiles.sys]
  109. z800mdm.sys
  110. z800cr.sys
  111.  
  112. [CopyFiles.W95.sys]
  113. z800cm.sys,z800cm95.sys
  114. z800cm95.sys
  115. z800cmnt.sys
  116.  
  117. [Copyfiles.W95.inf]
  118.  
  119. [SEMC.Install2]
  120. AddReg        = SEMC.AddReg,SEMC.W95.AddReg,SEMC.W95.AddReg.CRGuid2
  121. CopyFiles    = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys
  122. DriverVer=02/09/2005, 4.28.0.2703
  123.  
  124. [SEMC.W95.Addreg.CRGuid2]
  125. HKR,,CRGuid,,{D84146B7-23FE-40cb-9602-C00F99422F43}
  126.  
  127. ;-----------------------------------------------------------------------------
  128. ; STRINGS
  129. ;-----------------------------------------------------------------------------
  130. [Strings]
  131.  
  132. ;BEGIN ENG - US English Strings
  133. Provider = "Sony Ericsson"
  134. Sony Ericsson = "Sony Ericsson"
  135. DiskString = "Sony Ericsson Z800 USB WMC Modem installation disk"
  136.  
  137. SEMC.Modem.Desc = "Sony Ericsson Z800 USB WMC Data Modem (WDM)"
  138. UpperDescription = "Sony Ericsson Z800 USB WMC Modem Drivers"
  139.  
  140. CustomerDataPath = "Sony Ericsson Z800"
  141. DriverSet = "Sony Ericsson Z800 Software"
  142. UninstallFile = "Z800Uninstall.exe"
  143. McciOptions = "Uninstallable"
  144. SEMC.Modem.Desc2 = "Sony Ericsson Z800 USB WMC Modem"
  145.  
  146.  
  147. ;END ENG - US English Strings
  148.  
  149.  
  150. ;-----------------------------------------------------------------------------
  151. ; The following are symbolic constants which don't change per locale.
  152. ;-----------------------------------------------------------------------------
  153.  
  154.  
  155. ;*** end of file ***
  156.